home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 023a / pfrm30.zip / HP-ENV.FRM < prev    next >
Text File  |  1989-04-06  |  3KB  |  54 lines

  1. ~{The TESTDATA file should be on the screen when printing this form, unless}~
  2. ~{you've modified the form for use with your data base or word processor.}~
  3. ~{Lines beginning and ending with tildes and curley brackets are comments.}~
  4. ~{}~
  5. ~{This is a form that will address envelopes on an HP LaserJet II.}~
  6. ~{Since it utilizes the "landscape" mode to print "sideways", you should}~
  7. ~{feed envelopes into printer, short end first.  If you want to place several}~
  8. ~{addresses into a printer cue before any actual printing begins, press ALT-P}~
  9. ~{at the PopForm window until PCUE appears at the top right of the window.}~  
  10. ~{When you've captured all the addresses you want, press ALT-P until LPT-1}~
  11. ~{or LPT-2 is selected, and then press Ctrl-P.}~
  12. ~{}~
  13. ~{The next line sends your printer the code to go into landscape mode}~
  14. ~PRINTCODE 027038108049079~
  15. ~{If you need to change any other printer characteristics, add additional}~
  16. ~{three-digit decimal codes to the PRINTCODE line.}~
  17. ~{Substitute your actual name and address for for the following lines}~
  18. ~LABEL START~
  19. Your Name
  20.      Box
  21.      Street
  22.      City, State, Zip
  23.  
  24.  
  25.  
  26.  
  27.  
  28. ~{The following lines look to the screen for the character sequences enclosed}~
  29. ~{in quotes.  If the screen with which you anticipate using this form has}~
  30. ~{different sequences, substitute them accordingly.  If you just want to see}~
  31. ~{how this form works (without making any changes), ensure that the TESTDATA}~
  32. ~{file is on the screen when you print this form.  The TESTDATA file contains}~
  33. ~{the character sequences found below}~
  34.                                           ~("Payee: "\,25)~
  35.                                           ~("Box: "\,25)~
  36.                                           ~("Street: "\,25)~
  37.                                           ~("City: "\,25)~
  38. ~{If you want to add any other text, or font changes, feel free to do so}~
  39. ~{}~
  40. ~{The following line causes the printer to eject the envelope just printed}~
  41. ~{and load another envelope.}~
  42. ~NEWPAGE~
  43. ~{}~
  44. ~{The next two lines cause PopForm to prompt you for another screen of info.}~
  45. ~{Just press the ENTER key, call up the other screen and then hit PopForm's}~
  46. ~{hotkey again.  When you do, that screen's data will be sent to the printer,}~
  47. ~{and PopForm will again tell you to call up yet another screen.  If there}~
  48. ~{is no other data you want printed, just press ESC}~
  49. ~NEWSCREEN "Press ENTER, get another screen, and press Hot Key again"~
  50. ~GOTO START~
  51. ~{}~
  52. ~{Finally, we switch the printer back to portrait mode}~
  53. ~PRINTCODE 027038108079079~
  54.